Package | nictiz.fhir.nl.r4.nl-core |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.11.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundCharacteristics |
Url | http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundCharacteristics |
Status | draft |
Name | NlcorewoundsWoundCharacteristics |
Title | nl core wounds.WoundCharacteristics |
Experimental | False |
Realm | nl |
Description | Observable properties of a wound, burnwound or pressureulcer. |
Purpose | A derived profile from [zib-wounds.WoundCharacteristics](http://nictiz.nl/fhir/StructureDefinition/zib-wounds.WoundCharacteristics) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Observation |
Kind | resource |
StructureDefinition | |
http://nictiz.nl/fhir/StructureDefinition/nl-core-Burnwound | nl core Burnwound |
http://nictiz.nl/fhir/StructureDefinition/nl-core-PressureUlcer | nl core PressureUlcer |
http://nictiz.nl/fhir/StructureDefinition/nl-core-Wound | nl core Wound |
Note: links and images are rebased to the (stated) source
{
"resourceType" : "StructureDefinition",
"id" : "nl-core-wounds.WoundCharacteristics",
"text" : {
"status" : "empty",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"
},
"url" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundCharacteristics",
"name" : "NlcorewoundsWoundCharacteristics",
"title" : "nl core wounds.WoundCharacteristics",
"status" : "draft",
"publisher" : "Nictiz",
"contact" : [
{
"name" : "Nictiz",
"telecom" : [
{
"system" : "url",
"value" : "https://www.nictiz.nl",
"use" : "work"
}
]
}
],
"description" : "Observable properties of a wound, burnwound or pressureulcer.",
"purpose" : "A derived profile from [zib-wounds.WoundCharacteristics](http://nictiz.nl/fhir/StructureDefinition/zib-wounds.WoundCharacteristics) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "zib-burnwound-v3.4-2020EN",
"uri" : "https://zibs.nl/wiki/Burnwound-v3.4(2020EN)",
"name" : "zib Burnwound-v3.4(2020EN)"
},
{
"identity" : "zib-pressureulcer-v3.4-2020EN",
"uri" : "https://zibs.nl/wiki/PressureUlcer-v3.4(2020EN)",
"name" : "zib PressureUlcer-v3.4(2020EN)"
},
{
"identity" : "zib-wound-v3.3-2020EN",
"uri" : "https://zibs.nl/wiki/Wound-v3.3(2020EN)",
"name" : "zib Wound-v3.3(2020EN)"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://nictiz.nl/fhir/StructureDefinition/zib-wounds.WoundCharacteristics",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"comment" : "The functional models of zibs Burnwound, PressureUlcer and Wound represent conditions that need to be tracked over time, but define point-in-time assessments about the current state of the wounds as well. For this reason, these three zibs are all mapped onto multiple resources: a Condition resource that represents the focal resource, and Observation and DocumentReference resources for all observable properties.\r\n\r\nSince multiple observable properties are usually assessed together, all Observation and DocumentReference resources resulting from a single assessment are grouped using the current Observation profile. For the Observation resources, this is done using `Observation.hasMember`. For the DocumentReference resources, the direction is reversed, so the current resource is referenced *from* `DocumentReference.context.related` in profile [nl-core-wounds.WoundImage](http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundImage). It is this grouping Observation that is referenced from the Condition resources, on `Condition.evidence.detail`.\r\n\r\nThis model allows to track multiple distinct assessment moments over time in connection with the Condition. For this reason, it is not expected that the Observations and DocumentReferences for individual outcomes are referenced directly from and to the Condition resources; all references should be referenced through this grouping Observation.\r\n\r\nNote that this model deviates somewhat from the zib approach. The zib model is meant to group all concepts relevant for a wound into a model, but it doesn't have a concept of changes over time. For this reason, all observable properties have a cardinality of `0..1` on the zib level, but this works out differently in the FHIR model.",
"alias" : [
"nl-core-wounds.WoundCharacteristics"
]
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/Location",
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
}
]
},
{
"id" : "Observation.hasMember:dateOfLastDressingChange",
"path" : "Observation.hasMember",
"sliceName" : "dateOfLastDressingChange",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.DateOfLastDressingChange"
]
}
]
},
{
"id" : "Observation.hasMember:woundLength",
"path" : "Observation.hasMember",
"sliceName" : "woundLength",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundLength"
]
}
]
},
{
"id" : "Observation.hasMember:woundWidth",
"path" : "Observation.hasMember",
"sliceName" : "woundWidth",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundWidth"
]
}
]
},
{
"id" : "Observation.hasMember:woundDepth",
"path" : "Observation.hasMember",
"sliceName" : "woundDepth",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-wounds.WoundDepth"
]
}
]
},
{
"id" : "Observation.hasMember:woundTissue",
"path" : "Observation.hasMember",
"sliceName" : "woundTissue",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Wound.WoundTissue"
]
}
]
},
{
"id" : "Observation.hasMember:woundInfection",
"path" : "Observation.hasMember",
"sliceName" : "woundInfection",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Wound.WoundInfection"
]
}
]
},
{
"id" : "Observation.hasMember:woundMoisture",
"path" : "Observation.hasMember",
"sliceName" : "woundMoisture",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Wound.WoundMoisture"
]
}
]
},
{
"id" : "Observation.hasMember:woundEdge",
"path" : "Observation.hasMember",
"sliceName" : "woundEdge",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Wound.WoundEdge"
]
}
]
},
{
"id" : "Observation.hasMember:extent",
"path" : "Observation.hasMember",
"sliceName" : "extent",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Burnwound.Extent"
]
}
]
}
]
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.